Click or drag to resize

AutodiscoverServiceGetDomainSettings Method (String, IListDomainSettingName)

Gets the domain settings.

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetDomainSettingsResponse GetDomainSettings(
	string domain,
	IList<DomainSettingName> settingNames
)

Parameters

domain
Type: SystemString
The domain.
settingNames
Type: System.Collections.GenericIListDomainSettingName
The setting names.

Return Value

Type: GetDomainSettingsResponse
GetDomainSettingsResponse.
See Also